projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff31a7
)
mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xx
author
Nikita Kiryanov
<
[email protected]
>
Thu, 30 Jul 2015 20:56:20 +0000
(23:56 +0300)
committer
Tom Rini
<
[email protected]
>
Thu, 13 Aug 2015 00:48:04 +0000
(20:48 -0400)
The CMD(DAT) lines reset procedure described in the OMAP4(AM335x,
OMAP5, DRA7xx) TRMs is also necessary for AM43XX. Enable it in the
driver.
Cc: Pantelis Antoniou <
[email protected]
>
Cc: Igor Grinberg <
[email protected]
>
Cc: Albert Aribaud <
[email protected]
>
Signed-off-by: Nikita Kiryanov <
[email protected]
>
drivers/mmc/omap_hsmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/omap_hsmmc.c
b/drivers/mmc/omap_hsmmc.c
index 8238a7e8e0087852cc05d882b5d32b60400efec0..d31695e59c14c143dd0b7e3fc789a3aae4befb84 100644
(file)
--- a/
drivers/mmc/omap_hsmmc.c
+++ b/
drivers/mmc/omap_hsmmc.c
@@
-296,7
+296,7
@@
static void mmc_reset_controller_fsm(struct hsmmc *mmc_base, u32 bit)
* (reset procedure is completed).
*/
#if defined(CONFIG_OMAP44XX) || defined(CONFIG_OMAP54XX) || \
- defined(CONFIG_AM33XX)
+ defined(CONFIG_AM33XX)
|| defined(CONFIG_AM43XX)
if (!(readl(&mmc_base->sysctl) & bit)) {
start = get_timer(0);
while (!(readl(&mmc_base->sysctl) & bit)) {